From: Michalis Pappas Date: Tue, 23 Apr 2019 11:56:49 +0000 (+0200) Subject: hikey: Add define for UART2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=840860553e17806eef0e2eca74ac9b6b2b7cf1e5;p=project%2Fbcm63xx%2Fatf.git hikey: Add define for UART2 Change-Id: I54869151bfc434df66933bd418c70cca9c3d0861 Signed-off-by: Michalis Pappas --- diff --git a/plat/hisilicon/hikey/include/hikey_def.h b/plat/hisilicon/hikey/include/hikey_def.h index b9679f57..4fb3e56a 100644 --- a/plat/hisilicon/hikey/include/hikey_def.h +++ b/plat/hisilicon/hikey/include/hikey_def.h @@ -40,6 +40,7 @@ * PL011 related constants */ #define PL011_UART0_BASE 0xF8015000 +#define PL011_UART2_BASE 0xF7112000 #define PL011_UART3_BASE 0xF7113000 #define PL011_BAUDRATE 115200 #define PL011_UART_CLK_IN_HZ 19200000